Welcome![Sign In][Sign Up]
Location:
Search - Http Send Request

Search list

[Browser Clienthttpget1

Description: 演示连接web服务器并发送一个GET请求的小例子-A example demonstrates how to connect web service and send a GET request
Platform: | Size: 2048 | Author: 站长 | Hits:

[Web Serverhttpresp

Description: 演示响应浏览器的GET请求并发送结果的小例子-A example demonstrates how to connect web service and send a GET request
Platform: | Size: 2048 | Author: 站长 | Hits:

[Web ServerHttpServerexample

Description: 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current Http service directory,send webpage to client browser.The program is a MFC application base on Dialogs.Main show how to realize Http protocol with Socket,please run the program with vc++.net
Platform: | Size: 65536 | Author: 陈康 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[CSharpCShttpServer

Description: C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为"index.htm",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm" no documents were sent the wrong message multi-threading, can simultaneously connect to multiple client.
Platform: | Size: 5120 | Author: | Hits:

[SMSSMSViaGateway

Description: ◆◆◆ 《网通网关短信收发、群发》◆◆◆ 利用网通的网关平台收发手机短信,群发手机短信。主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、 接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。 ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-05-02 16:59:54-◆ ◆ ◆ Netcom s gateway to send and receive text messages, mass ◆ ◆ ◆ use Netcom s gateway platform to send and receive SMS, mass SMS. Main Technical: POST HTTP request, MD5 encryption algorithm, XML document parsing, SMS send, receive, such as mass text messages. Source code has been packaged well, and provide detailed test code, the program can also send and receive SMS directly as a gadget. ◆ ◆ ◆ ◆ ◆ ◆谢红伟Author chrys chrys@163.com http://www.howa.com.cn ◆ ◆ ◆ Date ◆ ◆ ◆ 2007-05-02 16:59:54
Platform: | Size: 184320 | Author: 谢红伟 | Hits:

[Browser ClientTestHttp

Description: 这是直接使用SOCKET实现HTTP下载功能的VC源码,通过格式化请求头就很容易实现断点续传和检查更新等等功能.实现了以下功能: 1.连接主机 2.格式化请求头 3.设置接收,发送超时 4.接收并分析回应头 该程序很清晰地实现了从HTTP下载的方法和原理,为个人实现断点续传多线程下载,提供了很好的平台。原文请参阅http://www.openpip.net/bbs/read.php?tid=777,现本人在其基础上增加了暂停/恢复,断点继传功能,正在加入多线程功能,有这方面兴趣的朋友可以一起开发一起交流:oml@qq.com-This is the direct use of HTTP download function SOCKET realize the VC source, through the request header format can easily realize HTTP and check for updates and so on. Realize the following functions: 1. To connect the host 2. Formatted request for the first 3 . set to receive, send overtime 4. to receive and analyze the response to head the program, it was clearly realize downloaded from the HTTP methods and principles, for individuals to achieve multi-threaded HTTP download, provided a good platform. Please refer to the original http://www.openpip.net/bbs/read.php?tid=777, now I am in its basis an increase of pause/resume, following the mass function of a breakpoint, is adding multi-threading capabilities, it has Friend may be interested in aspects of development together with the exchange: oml@qq.com
Platform: | Size: 56320 | Author: ouminliang | Hits:

[Internet-NetworkSendRequestExAsync

Description: Winhttp Api 异步发送http请求的示例,使用SendRequestExAsync实现-Send Winhttp Api asynchronous http request example, the use of SendRequestExAsync achieve
Platform: | Size: 4096 | Author: 中国人 | Hits:

[Web Serverhttp

Description: 使用http协议发送请求,c源码 -Send a request using the http protocol, c-source
Platform: | Size: 1024 | Author: | Hits:

[Web ServerExtractSoapBody

Description: 使用http协议发送请求,c源码 -Send a request using the http protocol, c-source
Platform: | Size: 15360 | Author: | Hits:

[xml-soap-webservicesource

Description: 使用http协议发送请求,c源码 -Send a request using the http protocol, c-source
Platform: | Size: 2048 | Author: | Hits:

[xml-soap-webserviceasync_client_server_II_src

Description: 使用http协议发送请求,c源码 -Send a request using the http protocol, c-source
Platform: | Size: 8192 | Author: | Hits:

[Communication-Mobileduanxinwangguan

Description: 利用网通的网关平台收(群)发手机短信,群发手机短信。 主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。 -Using Netcom s gateway platform collection (group), made phone message, mass phone message. Main Technical: POST HTTP request, MD5 encryption algorithm, XML document analysis, mobile phone message to send, receive, message, such as mass. Source code has been packaged well, and provide detailed test code, the program can also be used as a direct message to send and receive mobile phone gadget.
Platform: | Size: 48128 | Author: jack | Hits:

[Internet-Networktesthttp

Description: 运用sokect 编程,发送http请求并接受请求到的报文-Application programming sokect, send http request and accept the request to the Message
Platform: | Size: 69632 | Author: 葛成东 | Hits:

[Internet-Networkhttp

Description: 只要按照HTTP协议发送request,然后对接收到的数据进行分析,如果页面上还有href之类的链接指向标志就可以进行深一层的下载了-As long as in accordance with the HTTP protocol to send request, then docking analysis of the data received, if the pages have links like href signs point to a deeper level can be carried out of the downloaded
Platform: | Size: 38912 | Author: icy | Hits:

[Internet-Networklyoulhttpclient

Description: CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of simplifying the WinInet' s API, and HTTP server for interaction. Can use the HTTP GET request to the HTTP server (for request for a URL corresponding to the contents of), want to use the HTTP server HTTP POST to send data (for transmission of documents and submit the form), as well as data back CHttpResponse deal with, and add a strict anomaly detection. At the same time, the annex contains a common version and the COM version of the source code.
Platform: | Size: 1367040 | Author: 王波 | Hits:

[Internet-Networkhttp_ping_29jun2005.tar

Description: Http PING 是一种用于对服务器发送大量http get 请求,结果致使网络瘫痪或者严重堵塞。此源代码可供用于学习,切不可用于来搞破坏-Http PING is used for the server to send a large number of http get request, resulting in paralysis or serious cause network congestion. This source code can be used for learning, must not be used to destroy Laigao
Platform: | Size: 8192 | Author: 赵欣 | Hits:

[Internet-NetworkVC.GET.POST.HTTP.client.code.send.request

Description: VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
Platform: | Size: 37888 | Author: 67 | Hits:

[Internet-Networkhttp的post发送接收数据以及xml解析

Description: http协议的post请求实例,发送请求,获取之后用xml解析(HTTP protocol post request instance, send request, obtained after the use of XML parsing)
Platform: | Size: 45056 | Author: 南国之恋 | Hits:

[Internet-NetworkHTTP

Description: 模拟HTTP协议,Java 发送 http 请求 (get 与 post 方法请求 ) , 以下代码经本人亲自调试可用! 可以直接使用之。 注意:通过 BufferedReader 读取远程返回的数据时,必须设置读取编码,否则中文会乱码!(Simulate HTTP protocol, Java send http request (get versus post Method request ) , The following code is available to me personally debugging! Can be used directly. Note: Passed BufferedReader Read the data returned by the remote, you must set the read encoding, or Chinese will be garbled!)
Platform: | Size: 8192 | Author: 159982 | Hits:
« 12 3 4 »

CodeBus www.codebus.net